projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60ccae0
)
label: Fix tooltips on links
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 17 Mar 2021 22:16:47 +0000
(18:16 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 17 Mar 2021 23:46:02 +0000
(19:46 -0400)
Fix pointed out by Timm Baeder.
Fixes: #3765
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index 4cfa91a97dae3403f6fc0840f476d5a05c79f05f..09e167dd4e33bbc74272cf8bb616b1f00e25b888 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-1658,6
+1658,7
@@
gtk_label_query_tooltip (GtkWidget *widget,
if (link->title)
{
gtk_tooltip_set_markup (tooltip, link->title);
+ return TRUE;
}
}
}